home *** CD-ROM | disk | FTP | other *** search
/ PC Open 103 / PC Open 103 CD 1.bin / CD1 / INTERNET / WEBDESIGN / Tsw WebCoder / tswwebcoder5en.exe / {app} / data / settings / editorsettings.dat < prev    next >
Encoding:
INI File  |  2004-07-18  |  3.8 KB  |  115 lines

  1. [AltSetsColumnMode]
  2. Value=false
  3. Comment=Holding down the Alt Key will put the selection mode into columnar format
  4. [AutoIndent]
  5. Value=true
  6. Comment=Will indent the caret on new lines with the same amount of leading white space as the preceding line
  7. [AutoSizeMaxLeftChar]
  8. Value=false
  9. Comment=Automatically resizes the max left char when adding lines
  10. [DisableScrollArrows]
  11. Value=false
  12. Comment=Disables the scroll bar arrow buttons when you can't scroll in that direction any more
  13. [DragDropEditing]
  14. Value=true
  15. Comment=Allows you to select a block of text and drag it within the document to another location
  16. [DropFiles]
  17. Value=true
  18. Comment=Allows the editor accept OLE file drops
  19. [EnhanceHomeKey]
  20. Value=false
  21. Comment=Enhances home key positioning, similar to visual studio
  22. [GroupUndo]
  23. Value=false
  24. Comment=When undoing/redoing actions, handle all continous changes of the same kind in one call instead undoing/redoing each command separately
  25. [HalfPageScroll]
  26. Value=false
  27. Comment=When scrolling with page-up and page-down commands, only scroll a half page at a time
  28. [HideShowScrollbars]
  29. Value=true
  30. Comment=If enabled, the scrollbars will only show when necessary.  If you have ScrollPastEOL, then it the horizontal bar will always be there (it uses MaxLength instead)
  31. [KeepCaretX]
  32. Value=false
  33. Comment=When moving through lines w/o Cursor Past EOL, keeps the X position of the cursor
  34. [NoCaret]
  35. Value=false
  36. Comment=Makes it so the caret is never visible
  37. [NoSelection]
  38. Value=false
  39. Comment=Disables selecting text
  40. [RightMouseMovesCursor]
  41. Value=false
  42. Comment=When clicking with the right mouse for a popup menu, move the cursor to that location
  43. [ScrollByOneLess]
  44. Value=false
  45. Comment=Forces scrolling to be one less
  46. [ScrollHintFollows]
  47. Value=false
  48. Comment=The scroll hint follows the mouse when scrolling vertically
  49. [ScrollPastEof]
  50. Value=false
  51. Comment=Allows the cursor to go past the end of file marker
  52. [ScrollPastEol]
  53. Value=false
  54. Comment=Allows the cursor to go past the last character into the white space at the end of a line
  55. [ShowScrollHint]
  56. Value=false
  57. Comment=Shows a hint of the visible line numbers when scrolling vertically
  58. [ShowSpecialChars]
  59. Value=false
  60. Comment=Shows the special Characters
  61. [SmartTabDelete]
  62. Value=false
  63. Comment=Similar to Smart Tabs, but when you delete characters
  64. [SmartTabs]
  65. Value=false
  66. Comment=When tabbing, the cursor will go to the next non-white space character of the previous line
  67. [SpecialLineDefaultFg]
  68. Value=false
  69. Comment=Disables the foreground text color override when using the OnSpecialLineColor event
  70. [TabIndent]
  71. Value=true
  72. Comment=When active <Tab> and <Shift><Tab> act as block indent, unindent when text is selected
  73. [TabsToSpaces]
  74. Value=false
  75. Comment=Converts a tab character to a specified number of space characters
  76. [TrimTrailingSpaces]
  77. Value=false
  78. Comment=Spaces at the end of lines will be trimmed and not saved
  79. [TabWidth]
  80. Value=4
  81. Type=integer
  82. Comment=Defines the number of spaces that a Tab will provide
  83. [ActiveLineColor]
  84. Value=clNone
  85. Type=color
  86. Comment=Defines the color to use for highlighting of the active line
  87. [WordWrap]
  88. Value=false
  89. Comment=Wrap lines when they reach the end of the editor, instead of using scrollbars
  90. [RightEdge]
  91. Value=0
  92. Type=integer
  93. Comment=Displays a colored line after X characters
  94. [RightEdgeColor]
  95. Value=$00004080
  96. Type=color
  97. Comment=Defines the color for the right edge line (if visible)
  98. [HighlightBrackets]
  99. Value=false
  100. Comment=Highlights matching brackets when you place the cursor at one of them
  101. [EditorColor]
  102. Value=clWindow
  103. Type=color
  104. Comment=Defines the background color of the editor window
  105. [GutterColor]
  106. Value=$00996633
  107. Type=color
  108. Comment=Defines the color of the gutter
  109. [GutterLineNumbers]
  110. Value=true
  111. Comment=Turn the line numbers in the gutter on/off
  112. [ShowGutter]
  113. Value=true
  114. Comment=Turn the gutter (left part of the editor) on/off
  115.